Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/vishal-dcode/Drag N Drop/

app.js /cody/vishal-dcode/Drag N Drop/app.js
33 Views
0 Comments
const empties = document.querySelectorAll(".empty");
const fill = document.querySelector(".fill");

fill.addEventListener("drags
index.html /cody/vishal-dcode/Drag N Drop/index.html
71 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /cody/vishal-dcode/Drag N Drop/style.css
40 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #191716;
display: flex;